Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface ICommandManagerListener


public interface ICommandManagerListener

An instance of ICommandManagerListener can be used by clients to receive notification of changes to one or more instances of ICommandManager.

This interface may be implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
CommandManagerEvent, ICommandManager.addCommandManagerListener(org.eclipse.ui.commands.ICommandManagerListener), ICommandManager.removeCommandManagerListener(org.eclipse.ui.commands.ICommandManagerListener)

Method Summary
 void commandManagerChanged(CommandManagerEvent commandManagerEvent)
          Notifies that one or more attributes of an instance of ICommandManager have changed.
 

Method Detail

commandManagerChanged

public void commandManagerChanged(CommandManagerEvent commandManagerEvent)
Notifies that one or more attributes of an instance of ICommandManager have changed. Specific details are described in the CommandManagerEvent.

Parameters:
commandManagerEvent - the command manager event. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.